Class lanenet_detector
Defined in File lanenet_node.py
Class Documentation
- class lanenet_detector
Public Functions
- __init__(self)
Lane detection model.
- init_lanenet(self)
initlize the tensorflow model
- img_callback(self, data)
subscribe image and publish the output image after network inference
- preprocessing(self, img)
resize the input image and substract the mean value
- inference_net(self, img, original_img)
network inference and post processing